projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267ade0
)
Don't provide utf-16.
author
Kenichi Handa
<handa@m17n.org>
Tue, 1 Oct 2002 06:52:49 +0000
(06:52 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 1 Oct 2002 06:52:49 +0000
(06:52 +0000)
lisp/international/utf-16.el
patch
|
blob
|
history
diff --git
a/lisp/international/utf-16.el
b/lisp/international/utf-16.el
index 6ccac419f57bd975c412904410330741cde7fc38..acede2cf25c0e8cbd6f0bb6b2b430320867a1730 100644
(file)
--- a/
lisp/international/utf-16.el
+++ b/
lisp/international/utf-16.el
@@
-280,6
+280,4
@@
sequence representing U+FFFD (REPLACEMENT CHARACTER)."))
(define-coding-system-alias 'utf-16-le 'mule-utf-16-le)
(define-coding-system-alias 'utf-16-be 'mule-utf-16-be)
-(provide 'utf-16)
-
;;; utf-16.el ends here